Eclipse JDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

N

NAME_COLLISION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a naming collision would occur if the operation proceeded.
NATIVE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"native" modifier constant (bit mask).
NATURE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The identifier for the Java nature (value "org.eclipse.jdt.core.javanature").
NEW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
NEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
NEWPROJECT_JRELIBRARY_INDEX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preferences that specifies the current active JRE library.
NEWPROJECT_JRELIBRARY_LIST - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds a list of possible JRE libraries used by the New Java Project wizard.
NONE - Static variable in class org.eclipse.jdt.core.dom.Modifier
Modifier constant (bit mask, value 0) indicating no modifiers.
NONE - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Flag indication that no additional update is to be performed.
NOP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
NOT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Logical complement "!" operator.
NOT_EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Not equals "!=" operator.
NO_CHAR - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
Constant for an empty char array
NO_CHAR_CHAR - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
Constant for an empty char array with two dimensions.
NO_CHILDREN - Static variable in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
NO_ELEMENTS_TO_PROCESS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that no elements were provided to the operation for processing.
NO_LOCAL_CONTENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that the corresponding resource has no local contents yet.
NO_PARTICIPANT - Static variable in class org.eclipse.jdt.core.search.SearchParticipant
 
NO_RESOURCE_MODIFICATION - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 1) indicating that the operation is to not copy/move/delete the package fragment root resource.
NULL_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type NullLiteral.
NULL_NAME - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that null was specified as a name argument.
NULL_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a null path was supplied to the operation.
NULL_STRING - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a string was supplied to the operation that was null.
NUMBER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type NumberLiteral.
Name - class org.eclipse.jdt.core.dom.Name.
Abstract base class for all AST nodes that represent names.
NamingConventions - class org.eclipse.jdt.core.NamingConventions.
Provides methods for computing Java-specific names.
NativeMethodsCannotBeStrictfp - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NavigateActionGroup - class org.eclipse.jdt.ui.actions.NavigateActionGroup.
Action group that adds the open and show actions to a context menu and the action bar's navigate menu.
NavigateActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.NavigateActionGroup
Creates a new NavigateActionGroup.
NeedToEmulateConstructorAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NeedToEmulateFieldReadAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NeedToEmulateFieldWriteAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NeedToEmulateMethodAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NewClassWizardPage - class org.eclipse.jdt.ui.wizards.NewClassWizardPage.
Wizard page to create a new class.
NewClassWizardPage() - Constructor for class org.eclipse.jdt.ui.wizards.NewClassWizardPage
Creates a new NewClassWizardPage
NewContainerWizardPage - class org.eclipse.jdt.ui.wizards.NewContainerWizardPage.
Wizard page that acts as a base class for wizard pages that create new Java elements.
NewContainerWizardPage(String) - Constructor for class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Create a new NewContainerWizardPage
NewElementWizardPage - class org.eclipse.jdt.ui.wizards.NewElementWizardPage.
Base class for wizard page responsible to create Java elements.
NewElementWizardPage(String) - Constructor for class org.eclipse.jdt.ui.wizards.NewElementWizardPage
Creates a NewElementWizardPage.
NewInterfaceWizardPage - class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage.
Wizard page to create a new interface.
NewInterfaceWizardPage() - Constructor for class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
Create a new NewInterfaceWizardPage
NewJavaProjectWizardPage - class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage.
Standard wizard page for creating new Java projects.
NewJavaProjectWizardPage(IWorkspaceRoot, WizardNewProjectCreationPage) - Constructor for class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Creates a Java project wizard creation page.
NewPackageWizardPage - class org.eclipse.jdt.ui.wizards.NewPackageWizardPage.
Wizard page to create a new package.
NewPackageWizardPage() - Constructor for class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Creates a new NewPackageWizardPage
NewTypeWizardPage - class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.
The class NewTypeWizardPage contains controls and validation routines for a 'New Type WizardPage'.
NewTypeWizardPage(boolean, String) - Constructor for class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a new NewTypeWizardPage
NewTypeWizardPage.ImportsManager - class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager.
Class used in stub creation routines to add needed imports to a compilation unit.
NoFieldOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoImplicitStringConversionForCharArrayExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoMessageSendOnArrayType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoMessageSendOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonBlankFinalLocalAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonConstantExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonExternalizedStringLiteral - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonStaticAccessToStaticField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonStaticAccessToStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonStaticFieldFromStaticInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NullLiteral - class org.eclipse.jdt.core.dom.NullLiteral.
Null literal node.
NullSourceString - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NumberLiteral - class org.eclipse.jdt.core.dom.NumberLiteral.
Number literal nodes.
NumericValueOutOfRange - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
newAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented anonymous class declaration node owned by this AST.
newArchiveRuntimeClasspathEntry(IResource) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive.
newArchiveRuntimeClasspathEntry(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive (possibly external).
newArrayAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array access expression node owned by this AST.
newArrayCreation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array creation expression node owned by this AST.
newArrayInitializer() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array initializer node owned by this AST.
newArrayType(Type) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array type node with the given component type, which may be another array type.
newArrayType(Type, int) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array type node with the given element type and number of dimensions.
newAssertStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented assert statement node owned by this AST.
newAssignment() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented assignment expression node owned by this AST.
newAstEvaluationEngine(IJavaProject, IJavaDebugTarget) - Static method in class org.eclipse.jdt.debug.eval.EvaluationManager
Creates and returns a new evaluation engine that performs evaluations by compiling expressions into abstract syntax trees (ASTs), and interpreting the AST over a JDI connection.
newBlock() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented block node owned by this AST, for an empty list of statements.
newBooleanLiteral(boolean) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented boolean literal node.
newBreakStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented break statement node owned by this AST.
newCastExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented cast expression node owned by this AST.
newCatchClause() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented catch clause node owned by this AST.
newCharacterLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented character literal node.
newClassFileEvaluationEngine(IJavaProject, IJavaDebugTarget, File) - Static method in class org.eclipse.jdt.debug.eval.EvaluationManager
Creates and returns a new evaluation engine that performs evaluations for local Java applications by deploying class files.
newClassInstanceCreation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented class instance creation ("new") expression node owned by this AST.
newCompilationUnit() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented compilation unit node owned by this AST.
newConditionalExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented conditional expression node owned by this AST.
newConstructorInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented alternate constructor ("this(...);") invocation statement node owned by this AST.
newContainerEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_CONTAINER for the given path.
newContainerEntry(IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_CONTAINER for the given path.
newContinueStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented continue statement node owned by this AST.
newDebugTarget(ILaunch, VirtualMachine, String, IProcess, boolean, boolean) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a debug target for the given VM, with the specified name, and associates the debug target with the given process for console I/O.
newDebugTarget(ILaunch, VirtualMachine, String, IProcess, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a debug target for the given VM, with the specified name, and associates the debug target with the given process for console I/O.
newDoStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented do statement node owned by this AST.
newEmptyStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented empty statement node owned by this AST.
newEvaluationContext() - Method in interface org.eclipse.jdt.core.IJavaProject
Creates a new evaluation context.
newExpressionStatement(Expression) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented expression statement node owned by this AST, for the given expression.
newFieldAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented field access expression node owned by this AST.
newFieldDeclaration(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.
newForStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented for statement node owned by this AST.
newIfStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented if statement node owned by this AST.
newImportDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented import declaration node owned by this AST.
newInfixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented infix expression node owned by this AST.
newInitializer() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented initializer node owned by this AST, with an empty block.
newInstance(int) - Method in interface org.eclipse.jdt.debug.core.IJavaArrayType
Returns a new instance of an array of this type, with the specified length.
newInstance(String, IJavaValue[], IJavaThread) - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
Returns a new instance of this class by invoking the constructor with the given signature and arguments in the specified thread.
newInstanceofExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented instanceof expression node owned by this AST.
newJavadoc() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new Javadoc comment node.
newLabeledStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented labeled statement node owned by this AST.
newLibraryEntry(IPath, IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLibraryEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newMethodDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented method declaration node owned by this AST.
newMethodInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented method invocation expression node owned by this AST.
newName(String[]) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented name node for the given name segments.
newNullLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented null literal node.
newNumberLiteral(String) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented number literal node.
newNumberLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented number literal node.
newPackageDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented package declaration node owned by this AST.
newParenthesizedExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented parenthesized expression node owned by this AST.
newPostfixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented postfix expression node owned by this AST.
newPrefixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented prefix expression node owned by this AST.
newPrimitiveType(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented primitive type node with the given type code.
newProcess(ILaunch, Process, String, Map) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns a new process aborting if the process could not be created.
newProjectEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectEntry(IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectRuntimeClasspathEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given project.
newQualifiedName(Name, SimpleName) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented qualified name node for the given qualifier and simple name child node.
newRegion() - Static method in class org.eclipse.jdt.core.JavaCore
Returns a new empty region.
newReturnStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented return statement node owned by this AST.
newRuntimeClasspathEntry(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry constructed from the given memento.
newRuntimeContainerClasspathEntry(IPath, int) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry for the given container path with the given classpath property.
newSimpleName(String) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented simple name node for the given identifier.
newSimpleType(Name) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented simple type node with the given type name.
newSingleVariableDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented single variable declaration node owned by this AST.
newSourceEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path.
newSourceEntry(IPath, IPath[]) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns.
newSourceEntry(IPath, IPath[], IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).
newStringLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented string literal node for the empty string literal.
newSuperConstructorInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented alternate super constructor ("super(...);") invocation statement node owned by this AST.
newSuperFieldAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented super field access expression node owned by this AST.
newSuperMethodInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented "super" method invocation expression node owned by this AST.
newSupertypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes.
newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies.
newSupertypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. use #newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
newSupertypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner.
newSwitchCase() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented switch case statement node owned by this AST.
newSwitchStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented switch statement node owned by this AST.
newSynchronizedStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented synchronized statement node owned by this AST.
newThisExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented "this" expression node owned by this AST.
newThrowStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented throw statement node owned by this AST.
newTryStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented try statement node owned by this AST.
newTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented class declaration node owned by this AST.
newTypeDeclarationStatement(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
newTypeHierarchy(IRegion, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
newTypeHierarchy(IType, IRegion, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region.
newTypeHierarchy(IType, IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.
newTypeHierarchy(IJavaProject, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project.
newTypeHierarchy(IJavaProject, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner.
newTypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace.
newTypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies.
newTypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. use #newTypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the working copies with the given owner.
newTypeLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented type literal expression node owned by this AST.
newValue(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given boolean.
newValue(byte) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given byte.
newValue(char) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given char.
newValue(double) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given double.
newValue(float) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given float.
newValue(int) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given int.
newValue(long) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given long.
newValue(short) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given short.
newValue(String) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to the given string.
newVariable(String, String, String) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Creates a new global variable with the given name, type, and initializer.
newVariableDeclarationExpression(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local variable declaration expression node owned by this AST, for the given variable declaration fragment.
newVariableDeclarationFragment() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented variable declaration fragment node owned by this AST.
newVariableDeclarationStatement(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.
newVariableEntry(IPath, IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_VARIABLE for the given path.
newVariableEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_VARIABLE for the given path.
newVariableRuntimeClasspathEntry(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the classpath variable with the given path.
newWhileStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented while statement node owned by this AST.
nullValue() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to null.

Eclipse JDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.